projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742d019
)
TODO
author
Stefan Jeske
<stefan@src.gnome.org>
Tue, 16 Jun 1998 07:39:06 +0000
(07:39 +0000)
committer
Stefan Jeske
<stefan@src.gnome.org>
Tue, 16 Jun 1998 07:39:06 +0000
(07:39 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index d6d810c98d5d558702ca4703d597b2ea78409f11..a734ed3ccf02bbfba34417a8b4b46053739b4f6f 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-48,6
+48,10
@@
Bugs:
* Expose events aren't being generated correctly for DND demo
Additions:
+ * implement keyboard navigation in menus
+
+ * focus handling for GtkOptionMenu (needs the previous)
+
* GScanner: it might be good to ues stdio and getch() instead of 1-character
reads. so one can take advantage of buffering. Currently each read() takes
a separate syscall.